CarFeedbackItem

class CarFeedbackItem(carFeedbackTitle: String, carFeedbackIcon: CarFeedbackIcon, navigationFeedbackType: String?, searchFeedbackReason: String?, favoritesFeedbackReason: String?, geoDeeplink: GeoDeeplink?, geocodingResponse: GeocodingResponse?, favoriteRecords: List<FavoriteRecord>?, searchSuggestions: List<SearchSuggestion>?)

This object is converted to json and sent the navigation history as a custom event.

TODO add builder

Constructors

CarFeedbackItem
Link copied to clipboard
fun CarFeedbackItem(carFeedbackTitle: String, carFeedbackIcon: CarFeedbackIcon, navigationFeedbackType: String? = null, searchFeedbackReason: String? = null, favoritesFeedbackReason: String? = null, geoDeeplink: GeoDeeplink? = null, geocodingResponse: GeocodingResponse? = null, favoriteRecords: List<FavoriteRecord>? = null, searchSuggestions: List<SearchSuggestion>? = null)

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

carFeedbackIcon
Link copied to clipboard
val carFeedbackIcon: CarFeedbackIcon
carFeedbackTitle
Link copied to clipboard
val carFeedbackTitle: String
favoriteRecords
Link copied to clipboard
val favoriteRecords: List<FavoriteRecord>? = null
favoritesFeedbackReason
Link copied to clipboard
val favoritesFeedbackReason: String? = null
geocodingResponse
Link copied to clipboard
val geocodingResponse: GeocodingResponse? = null
geoDeeplink
Link copied to clipboard
val geoDeeplink: GeoDeeplink? = null
navigationFeedbackType
Link copied to clipboard
val navigationFeedbackType: String? = null
searchFeedbackReason
Link copied to clipboard
val searchFeedbackReason: String? = null
searchSuggestions
Link copied to clipboard
val searchSuggestions: List<SearchSuggestion>? = null